adTempus API
Extensions / Custom Object Extensions
In This Topic
    Custom Object Extensions
    In This Topic

    The Custom Object Extension framework of adTempus allows you to create custom objects such as Tasks, Triggers, Conditions, and Response Actions. This offers tighter integration with adTempus than does implementing custom logic in Scripts, and allows your Custom Objects to have user-configurable settings. Custom Object Extensions are written using Microsoft .NET programming languages.

    Settings for your Custom Object are serialized and saved with other job settings in the adTempus database.

    Custom Object Architecture

    When you create a Custom Object, you implement the following classes:

    Custom Object Definition

    Custom objects are defined to adTempus using an XML file with the extension ".adTempusExtension". Refer to the adTempusExtensions400.xsd schema file and sample definition files contained included in the extension examples download for details.